ci: Remove --fatal-meson-warnings
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 19:53:15 +0000 (15:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 19:53:15 +0000 (15:53 -0400)
meson adds features that then trigger warnings when we run
a newer meson over some of our subprojects. This is all too
fragile.

.gitlab-ci.yml

index 5ac2d2f8784e59e605ea00fb1857200cadd9266b..b183a5e5219d9adf829cd98312cf2c76ed31bc73 100644 (file)
@@ -16,7 +16,7 @@ stages:
 
 # Common variables
 variables:
-  COMMON_MESON_FLAGS: "--fatal-meson-warnings -Dwerror=true -Dglib:werror=false -Dpango:werror=false -Dgtk-doc:werror=false -Dwayland-protocols:werror=false -Dsysprof:werror=false"
+  COMMON_MESON_FLAGS: "-Dwerror=true -Dglib:werror=false -Dpango:werror=false -Dgtk-doc:werror=false -Dwayland-protocols:werror=false -Dsysprof:werror=false"
   BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
   FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled"
   MESON_TEST_TIMEOUT_MULTIPLIER: 3